/* 
  Theme name: Base
  Author: BANG! Media


        Layout

*/
#body {
  padding: 0 0 40px 0;
  font-size: 14px;
  line-height: 20px;
}
.container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.div {
  float: left;
}
.div_1_3 {
  width: 33%;
}
.div_1_2 {
  width: 50%;
}
.div_2_3 {
  width: 66%;
}
.pad {
  padding: 40px 40px 0 40px;
}
.div_left .pad {
  padding-right: 20px;
}
.div_right .pad {
  padding-left: 20px;
}
.div_center .pad {
  padding-right: 20px;
  padding-left: 20px;  
}
.box {
  padding: 40px;
  border: 1px solid #CCC;
}
.clear {
  clear: both;
}
.spacer {
  height: 40px;
}
.divider {
  border-top: 1px dashed #CCC;
}
.text_center {
  text-align: center;
}
ul {
  list-style: none;
  display: block;
}
ul li {
  display: block;
}
.step {
  position: relative;
}
.step.hidden {
  display: none;
}
/*

        Elements

*/
* {
  outline: none;
  cursor: default;
}
h1 {
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
}
h2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;  
  margin: 0 0 30px 0;
}
h3 {
  font-size: 18px;
  margin: 0 0 30px 0;
}
b {
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}
.text_l {
  font-size: 30px; 
}
.seperator {
  margin: 40px 0;
  border: 1px dashed #CCC;
}
.button {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #666;
  padding: 8px 15px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.button:hover {
  background: rgb(246,246,246); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(225,225,225,1) 49%, rgba(241,241,241,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(49%,rgba(225,225,225,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */  
}
.button_primary_wrapper {
  display: inline-block;
  overflow: hidden;
}
.button_primary {
  cursor: pointer;
  display: inline-block;
  border: 0;
  background: #CCC;
  padding: 20px 35px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
}
.button_primary.button_male {
  margin: 0 30px 0 0;  
  background: rgb(203,235,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(203,235,255,1) 0%, rgba(107,200,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,235,255,1)), color-stop(100%,rgba(107,200,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(203,235,255,1) 0%,rgba(107,200,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(203,235,255,1) 0%,rgba(107,200,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(203,235,255,1) 0%,rgba(107,200,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(203,235,255,1) 0%,rgba(107,200,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbebff', endColorstr='#6bc8ff',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: none;      
  box-shadow: none;
  border: 1px solid #6BC8FF;
  color: #16507C;
  text-shadow: 0px 0px 2px #cbebff;
  filter: dropshadow(color=#cbebff, offx=0, offy=0);
}
.button_primary.button_male:hover {
  background: rgb(107,200,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(107,200,255,1) 0%, rgba(203,235,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(107,200,255,1)), color-stop(100%,rgba(203,235,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(107,200,255,1) 0%,rgba(203,235,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(107,200,255,1) 0%,rgba(203,235,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(107,200,255,1) 0%,rgba(203,235,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(107,200,255,1) 0%,rgba(203,235,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bc8ff', endColorstr='#cbebff',GradientType=0 ); /* IE6-9 */
}
.button_primary.button_male span {
  background: url('images/male.png') 0 0 no-repeat;
  height: 50px;
  width: 50px;
  position: absolute;
  left: 20px;
  top: 15px;
  cursor: pointer;
}
.button_primary.button_female {
  margin: 0;
  background: rgb(249,179,248); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(249,179,248,1) 0%, rgba(230,119,234,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,179,248,1)), color-stop(100%,rgba(230,119,234,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(249,179,248,1) 0%,rgba(230,119,234,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(249,179,248,1) 0%,rgba(230,119,234,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(249,179,248,1) 0%,rgba(230,119,234,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(249,179,248,1) 0%,rgba(230,119,234,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b3f8', endColorstr='#e677ea',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: none;      
  box-shadow: none;
  border: 1px solid #E677EA;
  color: #7F2D5D;
  text-shadow: 0px 0px 2px #F9B3F8;
  filter: dropshadow(color=#F9B3F8, offx=0, offy=0);  
}
.button_primary.button_female:hover {
  background: rgb(230,119,234); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(230,119,234,1) 0%, rgba(249,179,248,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,119,234,1)), color-stop(100%,rgba(249,179,248,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(230,119,234,1) 0%,rgba(249,179,248,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(230,119,234,1) 0%,rgba(249,179,248,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(230,119,234,1) 0%,rgba(249,179,248,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(230,119,234,1) 0%,rgba(249,179,248,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e677ea', endColorstr='#f9b3f8',GradientType=0 ); /* IE6-9 */
}
.button_primary.button_female span {
  background: url('images/female.png') 0 0 no-repeat;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 15px;
  top: 14px;
  cursor: pointer;
}
input[name="gender_select"] {
  margin: 20px 20px 0 0;
}
.text_female, .text_male {
  display: inline-block;
  padding: 15px 0;
  padding-left: 60px;
  font-size: 20px;
  line-height: 20px;
}
.text_female {
  background: url('images/woman.png') 0 0 no-repeat;  
}
.text_male {
  background: url('images/man.png') 0 0 no-repeat;  
}
.textarea {
  height: 150px;
  border: 1px solid #CCC;
  overflow-y: scroll;
  background: #F2F2F2;
  font-family: Times;
}
.textarea div {
  padding: 20px;  
}
#rules {
}
#rules li {
  clear: both;
  padding: 30px 0 0 0;
}
#rules li:first-child {
  padding: 0;
}
#rules li span {
  display: block;
  float: left;
  width: 289px;
}
#rules li span.bullet {
  padding: 17px 0;
  margin: 0 15px 0 0;
  width: 54px;
  text-align: center;
  background: url('images/bullet.png') center center no-repeat;
  color: #CCC;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  text-shadow: 0px 0px 5px #111;
}
/*
        Profiles
*/
.profile_gallery {

}
.profile {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.profile .avatar {
  display: block;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.profile .profile_content {
  cursor: pointer;
}
.full_profile {
  width: 500px;
}
.full_profile_content {
  float: left;
  width: 280px;
}
.full_profile_name {
  text-align: left;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 18px 0;
}
.full_profile_info, .full_profile_bio {
  padding: 20px;
  background: #FFF;
  border: 1px solid #CCC;
  margin: 0 0 20px 0;
}
.full_profile_bio {
  width: auto;
}
.full_profile_avatar {
  width: 200px;
  height: 200px;
  float: left;
  margin: 0 20px 20px 0;
}
.full_profile label {
  font-weight: bold;
  width: 70px;
  display: inline-block;
}
/*
        Select boxes
*/
select {
  width: 250px; 
}
.selectBox {
  cursor: pointer;
  -webkit-border-radius: 10px;
  border-radius: 10px; 
  background: url('images/down.png');
}
.selectBox.selectBox-menuShowing {
  border: 1px solid #777;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;  
}
.selectBox-dropdown-menu {
  border: 1px solid #777;  
  border-top: 0;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;    
}
.selectBox-options li a, .selectBox .selectBox-label {
  padding: 10px;
}    
.selectBox-dropdown, .selectBox-options, .selectBox-options li, .selectBox-options li a, .selectBox-label, .selectBox-arrow {
  cursor: pointer;
}
.selectBox-dropdown-menu li:last-child, .selectBox-dropdown-menu li:last-child a{
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;     
}
/*
      Other
*/
#message_container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#message {
  display: none;
  width: 300px;
  padding: 20px 20px 70px 20px;
  color: #222;
  text-align: center;
  border: 2px solid #666;
  -webkit-box-shadow: 0px 0px 10px 0px #666, inset 0px 0px 5px 2px #FFF;
  box-shadow: 0px 0px 10px 0px #666, inset 0px 0px 5px 2px #FFF;  
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgb(229,229,229); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  position: relative;
  top: 50%;
  margin: -100px auto 0 auto;
}
#message_buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  text-align: center;
}
#pre_alert_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
}
#pre_alert_window {
  display: inline-block;
  text-align: left;
  width: 750px;
  color: #111;
  text-shadow: 0px 0px 2px #FFF;
  filter: dropshadow(color=#FFF, offx=0, offy=0);
  border: 1px solid #734293;
  -webkit-box-shadow: 0px 0px 20px 0px #5A0096;
  box-shadow: 0px 0px 20px 0px #5A0096;
  background: rgb(204,204,204); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin: 100px 0 0 0;
}
#pre_alert_img {
  width: 199px;
  height: 400px;
  float: left;
  background: #111 url('images/pre_alert_img.jpg') 0 0 no-repeat;
  border-right: 1px solid #000;
}
#pre_alert_content {
  float: left;
  padding: 30px;
  width: 488px;
  border: 1px solid #FFF;
  height: 338px;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  font-size: 11px;
  line-height: 15px;
}
#pre_alert_close {
  float: right;
  display: inline-block;
  background: #91ed00 url('images/bg_enter.jpg') 0 bottom repeat-x;
  color: #FFF;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
  text-shadow: 1px 1px 0px #207b00, -1px 1px 0px #207b00, 1px -1px 0px #207b00, -1px -1px 0px #207b00;
  filter: dropshadow(color=#207b00, offx=0, offy=0);  
  padding: 20px 35px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border: 1px solid #30ba00;
  -webkit-box-shadow: inset 0px 5px 5px 0px #a8ff00;
  box-shadow: inset 0px 5px 5px 0px #a8ff00;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
}
#pre_alert_window b {
  font-size: inherit;
  color: inherit;
}
#pre_alert_window b.colored {
  color: #5A0096;
}
.text_division {
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #CCC;
  margin: 30px 0;
}
#modal_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#modal_box {
  width: 500px;
  margin: 100px auto 0 auto;
  position: relative;
  text-align: left;
}
#modal_box .button_primary {
  font-size: 20px;
  line-height: 20px;
  padding: 25px 30px;
  display: block;
  text-align: center;
}
.close {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 20px;
  color: #999;
  cursor: pointer;
}